ExpandSelectionOnCopyPaste Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.
Syntax
'Declaration
Public Property ExpandSelectionOnCopyPaste As Boolean
public bool ExpandSelectionOnCopyPaste {get; set;}
See Also